[INFO] cloning repository https://github.com/IRedDragonICY/compactrs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IRedDragonICY/compactrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIRedDragonICY%2Fcompactrs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIRedDragonICY%2Fcompactrs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b515b53dd118b7c8dd98bdc868175032b8383494
[INFO] fixing IRedDragonICY/compactrs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIRedDragonICY%2Fcompactrs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/IRedDragonICY/compactrs
[INFO] finished tweaking git repo https://github.com/IRedDragonICY/compactrs
[INFO] tweaked toml for git repo https://github.com/IRedDragonICY/compactrs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IRedDragonICY/compactrs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/IRedDragonICY/compactrs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b
[INFO] running `Command { std: "docker" "start" "9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling compactrs v2025.12.25 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> build.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> build.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/engine/wof.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::io::AsRawHandle;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/engine/wof.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::os::windows::io::FromRawHandle;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/engine/wof.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::os::windows::fs::OpenOptionsExt; 
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/engine/wof.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::io::AsRawHandle;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/engine/wof.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::os::windows::io::FromRawHandle;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/engine/wof.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::os::windows::fs::OpenOptionsExt; 
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 194 |       let file_result = std::fs::OpenOptions::new()
[INFO] [stdout]     |  _______________________-
[INFO] [stdout] 195 | |         .read(true)
[INFO] [stdout] 196 | |         .write(true)
[INFO] [stdout] 197 | |         .share_mode(7)
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 212 |                   if let Ok(file) = std::fs::OpenOptions::new()
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 213 | |                     .read(true)
[INFO] [stdout] 214 | |                     .write(true)
[INFO] [stdout] 215 | |                     .share_mode(7)
[INFO] [stdout]     | |                     -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 246 |       let file_result = std::fs::OpenOptions::new()
[INFO] [stdout]     |  _______________________-
[INFO] [stdout] 247 | |         .read(true)
[INFO] [stdout] 248 | |         .write(true)
[INFO] [stdout] 249 | |         .share_mode(7) // FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:290:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |       if let Ok(file) = std::fs::OpenOptions::new()
[INFO] [stdout]     |  _______________________-
[INFO] [stdout] 288 | |         .read(true)
[INFO] [stdout] 289 | |         .write(true)
[INFO] [stdout] 290 | |         .share_mode(7)
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 194 |       let file_result = std::fs::OpenOptions::new()
[INFO] [stdout]     |  _______________________-
[INFO] [stdout] 195 | |         .read(true)
[INFO] [stdout] 196 | |         .write(true)
[INFO] [stdout] 197 | |         .share_mode(7)
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_raw_handle` found for struct `File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:336:26
[INFO] [stdout]     |
[INFO] [stdout] 336 |         let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^ associated function or constant not found in `File`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `File` consider using one of the following associated functions:
[INFO] [stdout]       File::open
[INFO] [stdout]       File::create
[INFO] [stdout]       File::create_new
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/fs.rs:569:4
[INFO] [stdout] help: there is an associated function `from_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 336 -         let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout] 336 +         let file = File::from_raw_fd(handle as *mut _);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 212 |                   if let Ok(file) = std::fs::OpenOptions::new()
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 213 | |                     .read(true)
[INFO] [stdout] 214 | |                     .write(true)
[INFO] [stdout] 215 | |                     .share_mode(7)
[INFO] [stdout]     | |                     -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 246 |       let file_result = std::fs::OpenOptions::new()
[INFO] [stdout]     |  _______________________-
[INFO] [stdout] 247 | |         .read(true)
[INFO] [stdout] 248 | |         .write(true)
[INFO] [stdout] 249 | |         .share_mode(7) // FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_raw_handle` found for struct `File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:471:30
[INFO] [stdout]     |
[INFO] [stdout] 471 |             let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^ associated function or constant not found in `File`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `File` consider using one of the following associated functions:
[INFO] [stdout]       File::open
[INFO] [stdout]       File::create
[INFO] [stdout]       File::create_new
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/fs.rs:569:4
[INFO] [stdout] help: there is an associated function `from_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 471 -             let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout] 471 +             let file = File::from_raw_fd(handle as *mut _);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:290:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |       if let Ok(file) = std::fs::OpenOptions::new()
[INFO] [stdout]     |  _______________________-
[INFO] [stdout] 288 | |         .read(true)
[INFO] [stdout] 289 | |         .write(true)
[INFO] [stdout] 290 | |         .share_mode(7)
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for reference `&File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `as_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 482 -     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout] 482 +     let handle = file.as_raw_fd() as HANDLE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:618:10
[INFO] [stdout]     |
[INFO] [stdout] 615 |       let file = std::fs::OpenOptions::new()
[INFO] [stdout]     |  ________________-
[INFO] [stdout] 616 | |         .read(true)
[INFO] [stdout] 617 | |         .write(true)
[INFO] [stdout] 618 | |         .share_mode(7)
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_raw_handle` found for struct `File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:336:26
[INFO] [stdout]     |
[INFO] [stdout] 336 |         let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^ associated function or constant not found in `File`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `File` consider using one of the following associated functions:
[INFO] [stdout]       File::open
[INFO] [stdout]       File::create
[INFO] [stdout]       File::create_new
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/fs.rs:569:4
[INFO] [stdout] help: there is an associated function `from_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 336 -         let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout] 336 +         let file = File::from_raw_fd(handle as *mut _);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_raw_handle` found for struct `File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:471:30
[INFO] [stdout]     |
[INFO] [stdout] 471 |             let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^ associated function or constant not found in `File`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `File` consider using one of the following associated functions:
[INFO] [stdout]       File::open
[INFO] [stdout]       File::create
[INFO] [stdout]       File::create_new
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/fs.rs:569:4
[INFO] [stdout] help: there is an associated function `from_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 471 -             let file = File::from_raw_handle(handle as *mut _);
[INFO] [stdout] 471 +             let file = File::from_raw_fd(handle as *mut _);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for reference `&File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:625:23
[INFO] [stdout]     |
[INFO] [stdout] 625 |     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `as_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 625 -     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout] 625 +     let handle = file.as_raw_fd() as HANDLE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for reference `&File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `as_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 482 -     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout] 482 +     let handle = file.as_raw_fd() as HANDLE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `share_mode` found for mutable reference `&mut OpenOptions` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:618:10
[INFO] [stdout]     |
[INFO] [stdout] 615 |       let file = std::fs::OpenOptions::new()
[INFO] [stdout]     |  ________________-
[INFO] [stdout] 616 | |         .read(true)
[INFO] [stdout] 617 | |         .write(true)
[INFO] [stdout] 618 | |         .share_mode(7)
[INFO] [stdout]     | |         -^^^^^^^^^^ method not found in `&mut OpenOptions`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for reference `&File` in the current scope
[INFO] [stdout]    --> src/engine/wof.rs:625:23
[INFO] [stdout]     |
[INFO] [stdout] 625 |     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `as_raw_fd` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 625 -     let handle = file.as_raw_handle() as HANDLE;
[INFO] [stdout] 625 +     let handle = file.as_raw_fd() as HANDLE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compactrs` (bin "compactrs" test) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `compactrs` (bin "compactrs") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b", kill_on_drop: false }`
[INFO] [stdout] 9159404ab23358a2b7ea5a170d37439b7dd5c5b727e100e91d52be5320553b3b
